github.com/andybalholm/brotli.histogramCommand.total_count_ (field)
14 uses
github.com/andybalholm/brotli (current package)
bit_cost.go#L182: if histogram.total_count_ == 0 {
bit_cost.go#L201: return kTwoSymbolHistogramCost + float64(histogram.total_count_)
bit_cost.go#L243: var log2total float64 = fastLog2(histogram.total_count_)
block_splitter_command.go#L76: insert_cost[i] = fastLog2(uint(uint32(histograms[i].total_count_)))
brotli_bit_stream.go#L1493: buildAndStoreHuffmanTreeFast(cmd_histo.data_[:], cmd_histo.total_count_, /* max_bits = */
cluster_command.go#L34: if out[idx1].total_count_ == 0 {
cluster_command.go#L37: } else if out[idx2].total_count_ == 0 {
cluster_command.go#L157: if histogram.total_count_ == 0 {
histogram.go#L59: total_count_ uint
histogram.go#L65: self.total_count_ = 0
histogram.go#L78: self.total_count_++
histogram.go#L82: self.total_count_ += n
histogram.go#L96: self.total_count_ += v.total_count_
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |